Carbon


GetCollectionExceptionProc

Header: Collections.h Carbon status: Supported

Obtains a pointer to the exception procedure installed in a specified collection.

CollectionExceptionUPP GetCollectionExceptionProc (
    Collection c
);
Parameter descriptions
c

A reference to the collection object whose exception procedure you want to determine. The behavior of this function is undefined if you do not provide a reference to a valid collection object.

function result

A pointer to the exception procedure installed in the c collection object.

DISCUSSION

To install a new exception procedure in a collection object, use the SetCollectionExceptionProc function.

For more information about exception procedures, see CollectionExceptionProcPtr.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)